ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / Select Method / Select(IList<CellRange>) Method

In This Topic
    Select(IList<CellRange>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal ranges As IList(Of CellRange) _
    ) 
    public void Select( 
       IList<CellRange> ranges
    )

    Parameters

    ranges
    See Also